MindFusion.Reporting for Silverlight Programmer's Guide
ReportPrinter.PrintRendered(T) Method
See Also
 





Prints out an already rendered report.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public void PrintRendered<T> (
    IRenderTargetWithPages<T> renderTarget
)

Visual Basic  Copy Code

Public Sub PrintRendered(Of T As UIElement) ( _
    renderTarget As IRenderTargetWithPages(Of T) _
)

 Parameters

renderTarget
The IRenderTargetWithPages<T> which will provide the visuals for the printed pages.

 Remarks

This method is useful when printing large reports. The strategy is to render the reports beforehand and only call PrintRendered when the user initiates a printing action. Therefore avoiding the possibility of a Silverlight exception if the report rendering takes too long.

 See Also

ReportPrinter Members
ReportPrinter Class
MindFusion.Reporting.Silverlight Namespace